home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2010 Summer - Disc 1 / WN_Ete2010_CD1.iso / Onglet5 / Messenger Plus Live / MsgPlusLive-484.exe / INTERFACES / INTERFACE_SETUP next >
Extensible Markup Language  |  2010-06-10  |  31KB  |  443 lines

  1.  ■<?xml version="1.0" encoding="UTF-16"?>
  2. <!-- Messenger Plus! Live Interface Files -->
  3. <Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface ../Schemas/PlusInterface.xsd" Name="Setup">
  4.     <GlobalColors>
  5.         <GlobalColor Id="title">
  6.             <BaseColor>
  7.                 <Saturation>0.4</Saturation>
  8.                 <Brightness>0.60</Brightness>
  9.                 <Transparency>250</Transparency>
  10.             </BaseColor>
  11.         </GlobalColor>
  12.         <GlobalColor Id="ref">
  13.             <BaseColor>
  14.                 <Saturation>0.4</Saturation>
  15.                 <Brightness>0.60</Brightness>
  16.                 <Transparency>220</Transparency>
  17.             </BaseColor>
  18.         </GlobalColor>
  19.     </GlobalColors>
  20.     <Window Id="SetupWizard" Version="1">
  21.         <Attributes>
  22.             <Caption>Messenger Plus! Live - Setup</Caption>
  23.         </Attributes>
  24.         <TitleBar>
  25.             <AllowMinimize>false</AllowMinimize>
  26.             <Title>
  27.                 <Text>Setup</Text>
  28.             </Title>
  29.         </TitleBar>
  30.         <Position ClientWidth="333" ClientHeight="201"/>
  31.         <DialogTmpl>
  32.             <BkgBrightness>Light</BkgBrightness>
  33.             <BottomBar Style="Default">
  34.                 <LeftControls>
  35.                     <Control xsi:type="ButtonControl" Id="BtnCancel">
  36.                         <Position Top="0" Width="60" Left="0"/>
  37.                         <Caption>&amp;Cancel</Caption>
  38.                     </Control>
  39.                 </LeftControls>
  40.                 <RightControls>
  41.                     <Control xsi:type="ButtonControl" Id="BtnPrevious">
  42.                         <Position Top="0" Width="60" Left="0"/>
  43.                         <Caption>&lt; &amp;Previous</Caption>
  44.                     </Control>
  45.                     <Control xsi:type="ButtonControl" Id="BtnNext">
  46.                         <Position Top="0" Width="60" Left="0"/>
  47.                         <Attributes>
  48.                             <IsDefault>true</IsDefault>
  49.                         </Attributes>
  50.                         <Caption>&amp;Next &gt;</Caption>
  51.                     </Control>
  52.                 </RightControls>
  53.             </BottomBar>
  54.         </DialogTmpl>
  55.         <Elements>
  56.             <Element xsi:type="ImageElement" Id="ImgBackground">
  57.                 <Position Top="36" Left="208" Width="127"/>
  58.                 <Image>
  59.                     <Name>setup-logo-bg</Name>
  60.                 </Image>
  61.                 <Transparency>210</Transparency>
  62.             </Element>
  63.             <Element xsi:type="ImageElement" Id="ImgBackgroundRTL" Visible="false">
  64.                 <Position Top="36" Left="254" Width="82"/>
  65.                 <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  66.                 <Image>
  67.                     <Name>setup-logo-bg</Name>
  68.                 </Image>
  69.                 <Transparency>210</Transparency>
  70.             </Element>
  71.             <Element xsi:type="PlaceHolderElement" Id="PosChildWindow">
  72.                 <Position Top="0" Left="8" Height="179" Width="326"/>
  73.             </Element>
  74.         </Elements>
  75.     </Window>
  76.     <Window Id="Setup.Page1" Version="1" TranslationSection="Window.SetupWizard">
  77.         <Position Width="320" Height="170"/>
  78.         <ChildTmpl/>
  79.         <Elements>
  80.             <Element xsi:type="ImageElement" Id="ImgLanguage">
  81.                 <Position Top="92" Left="93"/>
  82.                 <Image>
  83.                     <Name>setup-language</Name>
  84.                 </Image>
  85.             </Element>
  86.         </Elements>
  87.         <ElementGroups>
  88.             <ElementGroup Id="TopTitle">
  89.                 <Position Top="5" Width="248" Height="65" Left="27"/>
  90.                 <Transparency>
  91.                     <FadeEffect>Showing</FadeEffect>
  92.                     <FadeDuration>1000</FadeDuration>
  93.                 </Transparency>
  94.                 <Elements>
  95.                     <Element xsi:type="ImageElement" Id="ImgTitle">
  96.                         <Position Top="0" Left="0"/>
  97.                         <Image>
  98.                             <Name>setup-title</Name>
  99.                         </Image>
  100.                         <Mosaic>CenterResize</Mosaic>
  101.                     </Element>
  102.                     <Element xsi:type="TextElement" Id="TextVersion">
  103.                         <Position Top="71" Left="67" Width="300" Height="25"><Units>AllPixels</Units></Position>
  104.                         <Align><Horizontal>right</Horizontal></Align>
  105.                         <Color>
  106.                             <Red>100</Red><Green>100</Green><Blue>100</Blue>
  107.                         </Color>
  108.                     </Element>
  109.                     <Element xsi:type="TextElement" Id="TextVersionRTL">
  110.                         <Position Top="71" Left="5" Width="300" Height="25"><Units>AllPixels</Units></Position>
  111.                         <Align><Horizontal>left</Horizontal></Align>
  112.                         <Color>
  113.                             <Red>100</Red><Green>100</Green><Blue>100</Blue>
  114.                         </Color>
  115.                     </Element>
  116.                 </Elements>
  117.             </ElementGroup>
  118.         </ElementGroups>
  119.         <Controls>
  120.             <Control xsi:type="StaticControl" Id="LblWelcome">
  121.                 <Position Top="65" Width="195" Height="15" Left="125"/>
  122.                 <Color>
  123.                     <GlobalColor>title</GlobalColor>
  124.                 </Color>
  125.                 <Font>
  126.                     <Size>14</Size>
  127.                     <Bold>true</Bold>
  128.                 </Font>
  129.                 <Caption>Welcome !</Caption>
  130.             </Control>
  131.             <Control xsi:type="StaticControl" Id="LblTxt1">
  132.                 <Position Top="85" Width="185" Height="85" Left="127"/>
  133.                 <Caption>Welcome to the setup of Messenger Plus! Live, the free Messenger add-on distributed by Yuna Software.\n\nMessenger Plus! Live is the most versatile add-on available for Windows Live Messenger. We hope you'll enjoy this product as much as we enjoyed creating it!\n\nThis program will install Messenger Plus! Live on your computer.</Caption>
  134.             </Control>
  135.             <Control xsi:type="StaticControl" Id="Text2">
  136.                 <Position Top="117" Width="98" Left="10" Height="50"/>
  137.                 <Attributes>
  138.                     <Align>right</Align>
  139.                 </Attributes>
  140.                 <Transparency>180</Transparency>
  141.                 <Caption>Messenger Plus! Live has complete international support. Please select the language of your choice and press Next to continue.</Caption>
  142.             </Control>
  143.             <Control xsi:type="ComboBoxControl" Id="CmbLanguages">
  144.                 <Position Top="96" Width="80" Left="7"/>
  145.             </Control>
  146.         </Controls>
  147.     </Window>
  148.     <Window Id="Setup.Page2" Version="1" TranslationSection="Window.SetupWizard">
  149.         <Position Width="320" Height="170"/>
  150.         <ChildTmpl/>
  151.         <Elements>
  152.             <Element xsi:type="ImageElement" Id="ImgTitle">
  153.                 <Position Top="5" Left="9"/>
  154.                 <Attributes>
  155.                     <AllowAutoMirror>false</AllowAutoMirror>
  156.                 </Attributes>
  157.                 <Image>
  158.                     <Name>setup-logo</Name>
  159.                 </Image>
  160.             </Element>
  161.             <Element xsi:type="ImageElement" Id="ImgDirectory">
  162.                 <Position Top="46" Left="59"/>
  163.                 <Image>
  164.                     <Name>setup-directory</Name>
  165.                 </Image>
  166.             </Element>
  167.         </Elements>
  168.         <Controls>
  169.             <Control xsi:type="StaticControl" Id="LblTitleFolder">
  170.                 <Position Top="11" Width="200" Height="15" Left="57"/>
  171.                 <Color>
  172.                     <GlobalColor>title</GlobalColor>
  173.                 </Color>
  174.                 <Font>
  175.                     <Size>14</Size>
  176.                     <Bold>true</Bold>
  177.                 </Font>
  178.                 <Caption>Installation Folder</Caption>
  179.             </Control>
  180.             <Control xsi:type="StaticControl" Id="LblDirectory">
  181.                 <Position Top="30" Width="235" Left="59"/>
  182.                 <Caption>Messenger Plus! Live will be installed in the following directory:</Caption>
  183.             </Control>
  184.             <Control xsi:type="EditControl" Id="EdtDestination">
  185.                 <Position Top="43" Width="194" Left="73"/>
  186.             </Control>
  187.             <Control xsi:type="ButtonControl" Id="BtnBrowse">
  188.                 <Position Top="43" Width="20" Left="269" Height="13"/>
  189.                 <Caption>...</Caption>
  190.             </Control>
  191.             <Control xsi:type="StaticControl" Id="LblTitleSponsor">
  192.                 <Position Top="67" Width="200" Height="15" Left="57"/>
  193.                 <Color>
  194.                     <GlobalColor>title</GlobalColor>
  195.                 </Color>
  196.                 <Font>
  197.                     <Size>14</Size>
  198.                     <Bold>true</Bold>
  199.                 </Font>
  200.                 <Caption>Sponsor</Caption>
  201.             </Control>
  202.             <Control xsi:type="StaticControl" Id="TextSponsor1">
  203.                 <Position Top="83" Width="256" Left="59" Height="35"/>
  204.                 <Transparency>220</Transparency>
  205.                 <Caption>Messenger Plus! Live comes with an optional sponsor program. The sponsor is adware and helps keep Messenger Plus! Live free by installing advertisements on your computer. Its installation is not required.</Caption>
  206.             </Control>
  207.             <Control xsi:type="RadioControl" Id="RadSponsorYes">
  208.                 <Position Top="117" Width="182" Left="60"/>
  209.                 <Attributes>
  210.                     <IsNewGroup>true</IsNewGroup>
  211.                 </Attributes>
  212.                 <Font>
  213.                     <Bold>true</Bold>
  214.                 </Font>
  215.                 <Caption>&amp;Install the sponsor program (thank you!)</Caption>
  216.             </Control>
  217.             <Control xsi:type="RadioControl" Id="RadSponsorNo">
  218.                 <Position Top="156" Width="258" Left="60"/>
  219.                 <Font>
  220.                     <Bold>true</Bold>
  221.                 </Font>
  222.                 <Caption>I &amp;refuse to give my support, don't install the sponsor</Caption>
  223.             </Control>
  224.             <Control xsi:type="LinkControl" Id="LnkSponsorLicense">
  225.                 <Position Top="117" Width="80" Left="244"/>
  226.                 <Caption>&amp;Licence Agreement</Caption>
  227.             </Control>
  228.             <Control xsi:type="StaticControl" Id="TextSponsor2">
  229.                 <Position Top="127" Width="232" Left="71" Height="28"/>
  230.                 <Transparency>180</Transparency>
  231.                 <Caption>To install the sponsor, you must agree to all the terms specified in the Sponsor Licence Agreement. The sponsor can be removed at any time by launching the uninstaller of Messenger Plus! Live.</Caption>
  232.             </Control>
  233.         </Controls>
  234.     </Window>
  235.     <Window Id="Setup.Page3" Version="1" TranslationSection="Window.SetupWizard">
  236.         <Position Width="320" Height="170"/>
  237.         <ChildTmpl/>
  238.         <Elements>
  239.             <Element xsi:type="ImageElement" Id="ImgTitle">
  240.                 <Position Top="5" Left="9"/>
  241.                 <Attributes>
  242.                     <AllowAutoMirror>false</AllowAutoMirror>
  243.                 </Attributes>
  244.                 <Image>
  245.                     <Name>setup-logo</Name>
  246.                 </Image>
  247.             </Element>
  248.         </Elements>
  249.         <Controls>
  250.             <Control xsi:type="StaticControl" Id="LblTitleLicense">
  251.                 <Position Top="12" Width="260" Height="15" Left="55"/>
  252.                 <Color>
  253.                     <GlobalColor>ref</GlobalColor>
  254.                 </Color>
  255.                 <Font>
  256.                     <Size>9</Size>
  257.                     <Bold>true</Bold>
  258.                 </Font>
  259.                 <Caption>Messenger Plus! Live Licence Agreement</Caption>
  260.             </Control>
  261.             <Control xsi:type="RichEditControl" Id="EdtLicense">
  262.                 <Position Top="23" Width="260" Left="55" Height="132"/>
  263.                 <Attributes>
  264.                     <Multiline>true</Multiline>
  265.                     <ReadOnly>true</ReadOnly>
  266.                     <TextMode>Rich Text</TextMode>
  267.                 </Attributes>
  268.             </Control>
  269.             <Control xsi:type="CheckBoxControl" Id="ChkMsgPlusAccept">
  270.                 <Position Top="158" Width="260" Left="55"/>
  271.                 <Caption>I &amp;accept the terms of the Licence Agreement, install Messenger Plus! Live</Caption>
  272.             </Control>
  273.         </Controls>
  274.     </Window>
  275.     <Window Id="Setup.Page4" Version="1" TranslationSection="Window.SetupWizard">
  276.         <Position Width="320" Height="170"/>
  277.         <ChildTmpl/>
  278.         <Elements>
  279.             <Element xsi:type="ImageElement" Id="ImgTitle">
  280.                 <Position Top="19" Left="31"/>
  281.                 <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  282.                 <Image>
  283.                     <Name>setup-title</Name>
  284.                 </Image>
  285.             </Element>
  286.         </Elements>
  287.         <Controls>
  288.             <Control xsi:type="StaticControl" Id="LblInProgress">
  289.                 <Position Top="85" Width="225" Left="47" Height="17"/>
  290.                 <Attributes>
  291.                     <Align>center</Align>
  292.                 </Attributes>
  293.                 <Color>
  294.                     <GlobalColor>ref</GlobalColor>
  295.                 </Color>
  296.                 <Font>
  297.                     <Size>14</Size>
  298.                 </Font>
  299.                 <Caption>Installation in progress...</Caption>
  300.             </Control>
  301.             <Control xsi:type="ProgressControl" Id="PrgInstall">
  302.                 <Position Top="107" Width="225" Left="47"/>
  303.             </Control>
  304.         </Controls>
  305.     </Window>
  306.     <Window Id="Setup.SponsorAgreement" Version="1">
  307.         <Attributes>
  308.             <Caption>Sponsor Program's Licence Agreement</Caption>
  309.         </Attributes>
  310.         <TitleBar>
  311.             <AllowMinimize>false</AllowMinimize>
  312.             <Title>
  313.                 <Prefix>Software</Prefix>
  314.                 <Text>Sponsor Setup</Text>
  315.             </Title>
  316.         </TitleBar>
  317.         <Position ClientWidth="376" ClientHeight="266"/>
  318.         <DialogTmpl>
  319.             <BottomBar Style="Default">
  320.                 <RightControls>
  321.                     <Control xsi:type="ButtonControl" Id="BtnOk">
  322.                         <Position Top="0" Left="0" Width="50"/>
  323.                         <Attributes>
  324.                             <IsDefault>true</IsDefault>
  325.                         </Attributes>
  326.                         <Caption>&amp;OK</Caption>
  327.                     </Control>
  328.                 </RightControls>
  329.             </BottomBar>
  330.         </DialogTmpl>
  331.         <Controls>
  332.             <Control xsi:type="StaticControl" Id="Text1">
  333.                 <Position Top="0" Width="230" Left="7" Height="10"/>
  334.                 <Color>
  335.                     <GlobalColor>ref</GlobalColor>
  336.                 </Color>
  337.                 <Font>
  338.                     <Size>9</Size>
  339.                     <Bold>true</Bold>
  340.                 </Font>
  341.                 <Caption>Sponsor Licence Agreement</Caption>
  342.             </Control>
  343.             <Control xsi:type="RichEditControl" Id="EdtLicense">
  344.                 <Position Top="11" Width="362" Left="7" Height="230"/>
  345.                 <Attributes>
  346.                     <Multiline>true</Multiline>
  347.                     <ReadOnly>true</ReadOnly>
  348.                     <TextMode>Rich Text</TextMode>
  349.                 </Attributes>
  350.             </Control>
  351.             <Control xsi:type="CheckBoxControl" Id="ChkSponsorAccept">
  352.                 <Position Top="250" Width="250" Left="7"/>
  353.                 <Caption>I &amp;accept the terms of the Sponsor's Licence Agreement</Caption>
  354.             </Control>
  355.         </Controls>
  356.     </Window>
  357.     <Window Id="Setup.Page5" Version="1" TranslationSection="Window.SetupWizard">
  358.         <Position Width="320" Height="170"/>
  359.         <ChildTmpl/>
  360.         <Elements>
  361.             <Element xsi:type="ImageElement" Id="ImgTitle">
  362.                 <Position Top="7" Left="9"/>
  363.                 <Attributes>
  364.                     <AllowAutoMirror>false</AllowAutoMirror>
  365.                 </Attributes>
  366.                 <Image>
  367.                     <Name>setup-logo</Name>
  368.                 </Image>
  369.             </Element>
  370.             <Element  xsi:type="FigureElement" Id="FigRect">
  371.                 <Position Top="55" Left="6" Height="108" Width="308"/>
  372.                 <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  373.                 <Fill>
  374.                     <PlainColor><BaseColor>
  375.                         <Transparency>60</Transparency>
  376.                     </BaseColor></PlainColor>
  377.                 </Fill>
  378.             </Element>
  379.             <Element xsi:type="ImageElement" Id="ImgSshots">
  380.                 <Position Top="47" Left="0"/>
  381.                 <Attributes>
  382.                     <AllowAutoMirror>false</AllowAutoMirror>
  383.                 </Attributes>
  384.                 <Image>
  385.                     <Name>setup-sshots</Name>
  386.                 </Image>
  387.             </Element>
  388.             <Element xsi:type="ImageElement" Id="ImgSshots8" Visible="false">
  389.                 <Position Top="47" Left="0"/>
  390.                 <Attributes>
  391.                     <AllowAutoMirror>false</AllowAutoMirror>
  392.                 </Attributes>
  393.                 <Image>
  394.                     <Name>setup-sshots8</Name>
  395.                 </Image>
  396.             </Element>
  397.             <Element xsi:type="ImageElement" Id="ImgSkins">
  398.                 <Position Top="128" Left="80"/>
  399.                 <Attributes>
  400.                     <AllowAutoMirror>false</AllowAutoMirror>
  401.                 </Attributes>
  402.                 <Image>
  403.                     <Name>setup-skins</Name>
  404.                 </Image>
  405.             </Element>
  406.         </Elements>
  407.         <Controls>
  408.             <Control xsi:type="StaticControl" Id="LblTitleDone">
  409.                 <Position Top="9" Width="260" Height="12" Left="55"/>
  410.                 <Color>
  411.                     <GlobalColor>title</GlobalColor>
  412.                 </Color>
  413.                 <Font>
  414.                     <Size>9</Size>
  415.                     <Bold>true</Bold>
  416.                 </Font>
  417.                 <Caption>Messenger Plus! has been installed successfully!</Caption>
  418.             </Control>
  419.             <Control xsi:type="StaticControl" Id="LblDoneInfo1">
  420.                 <Position Top="20" Width="260" Left="56" Height="25"/>
  421.                 <Caption>Messenger Plus! Live integrates itself into Windows Live Messenger. You don't need to launch a separate program to benefit from the added features.</Caption>
  422.             </Control>
  423.             <Control xsi:type="StaticControl" Id="LblDoneInfo2">
  424.                 <Position Top="71" Width="190" Left="106" Height="40"/>
  425.                 <Color><BaseColor>
  426.                     <Saturation>0.5</Saturation>
  427.                     <Brightness>0.60</Brightness>
  428.                     <Transparency>250</Transparency>
  429.                 </BaseColor></Color>
  430.                 <Caption>You have now access to a lot of new options and possibilities. Click on the new icons, explore the new menus and discover everything the numerous windows of Messenger Plus! have to offer.</Caption>
  431.             </Control>
  432.             <Control xsi:type="StaticControl" Id="LblDoneInfo3">
  433.                 <Position Top="128" Width="200" Left="113"/>
  434.                 <Caption>Have fun chatting in a whole new way!</Caption>
  435.             </Control>
  436.             <Control xsi:type="LinkControl" Id="LnkSkins">
  437.                 <Position Top="138" Width="200" Left="113"/>
  438.                 <Caption>Get skins to personalize the look of your Messenger...</Caption>
  439.             </Control>
  440.         </Controls>
  441.     </Window>
  442. </Interfaces>